/* centralizar qualquer merda  ok*/


.centered {
  margin: 0 auto !important;
  float: none !important;
}

/* Cookies*/
.cookieConsentContainer {
  z-index: 999;
  width: 100%;
  min-height: 20px;
  box-sizing: border-box;
  padding: 20px 20px 20px 100px;
  background: #232323;
  overflow: hidden;
  position: fixed;
  bottom: 10px;
  right: 0px;
  display: none;
}

.cookieConsentContainer .cookieTitle a {
  font-family: OpenSans, arial, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 20px;
  display: block;
}

.cookieConsentContainer .cookieDesc p {
  margin: 0;
  padding: 0;
  font-family: OpenSans, arial, sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  display: block;
  margin-top: 10px;
}

.cookieConsentContainer .cookieDesc a {
  font-family: OpenSans, arial, sans-serif;
  color: #fff;
  text-decoration: underline;
}

.cookieConsentContainer .cookieButton a {
  display: inline-block;
  font-family: OpenSans, arial, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin-top: 14px;
  background: #000;
  box-sizing: border-box;
  padding: 15px 24px;
  text-align: center;
  transition: background .3s;
}

.cookieConsentContainer .cookieButton a:hover {
  cursor: pointer;
  background: rgb(226, 177, 92);
}



/* Gerais */
body {
  font-family: 'Roboto', sans-serif;
}

.row {
  margin: 0;
}

.container {
  padding: 70px 0;
}

p, li {
  color: #444;
  font-size: 14px;
}

/* Barra de navegação */
header, .navbar {
  background-color: #8fabdc;
  
}

#escrita-logo {
  color: #144b83;  
  font-weight: 700;
}

#nav-container {
  padding-top: 0;
  padding-bottom: 0;

}

#logo {
  width: 75px;
}

.navbar-brand {
  padding: 0;
  color: #144b83;
}

.navbar-brand:hover {
  color: #144b83;
}

#navbar-links a {
  color: #144b83;  
  font-weight: 600;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 1rem .8rem;
}

.nav-item.active {
  border-bottom: 3px solid #FFF;
}

/* Login */

#UsuarioLogado {
  background-color: #8FABDC;
  font-size: 1rem;
  margin-right: 10px;
  color:   #144B83;
  font-weight: 300;
  padding: 1rem 0.8rem;
  border: none;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.15rem 1.2rem;
  clear: both;
  font-weight: 400;
  color:  #8FABDC;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: -81px;
  margin-top: 0.7rem;
}


/* Slider */

.container-fluid {
  padding: 0;
}

#mainSlider .carousel-inner, #mainSlider .carousel-item {
  height: 90vh;  
  opacity: 0.97;
}

#mainSlider .carousel-caption {
  top: 30%;
}

#mainSlider .carousel-caption h2 {
  font-size: 49px;
  margin-bottom: 26px;
   
}

#mainSlider .carousel-caption p {
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 95px;
}
 
.tela-1 {
  color: #FFF;  
  text-shadow: #144b83 1px 0 10px;;
}

.tela-2 {
  color: #00172f;
}

.tela-3 {
  color: #00172f;  
}

.main-btn {
  background-color: #8fabdc;
  color: #00172f;
  text-transform: uppercase;
  width: 200px;  
  font-weight: 800;
  height: 60px;
  padding: 10px 20px;
  border-radius: 30px;
  border: 3px solid transparent;
  transition: .5s;
}

.main-btn:hover {
  text-decoration: none;
  color: #00172f;
  background-color: transparent;
  border-color: #00172f;
}

.carousel-indicators .active {
  background-color: #00172f;

}

ol.carousel-indicators  li {
  background-color: #144b83;

}

/* Serviços */

h1 {
  padding-top: 35px;
  color: #144b83;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 25px;
  margin-left: 100px;
  font-family: 'Roboto', sans-serif;
}

.borderTop {
  border-top-style: solid;
  color: #8fabdc;
  margin-left: 102px;
  width: 70px;
}

h3 {
  text-align: left;
  color: #144b83;
  font-weight: 550;
  font-size: 22px;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  margin: 20px;
}

.service-box {
  text-align: center;
  margin-bottom: 50px;
  color: #00172f;
}

.service-box i, .service-box h4 {
  transition: .5s;
}

.service-box i {
  font-size: 36px;
  margin-bottom: 20px;
  color: #00172f;
}

.service-box h4 {
  font-size: 24px;
  margin-bottom: 20px;
}

.service-box p {
  font-size: 15px;
  font-weight: 500;
  color: #00172f;
}

.service-box:hover > i, .service-box:hover > h4 {
  color: #506ea3;
}

/* LGPD  */
h5.LGPD {
color: #2B4B83;
 text-align: justify; 
 margin-top: 20px;
}


/* Dados */

.circle-box div {
  padding: 0 40px;
}

.progressbar-text {
  font-weight: bold;
  font-size: 32px;
}

#data-area p {
  color: #FFF;
  text-align: center;
  font-size: 26px;
  margin-top: 20px;
}

/* Time */

.card-body {
  text-align: center;
}

/* Transparencia */
#tabela-transparencia {
  max-height:400px;
  overflow-y:auto;
  max-width:auto;
  overflow-x:auto;
}

#tabela-transparencia td{
  width: auto;
  height: auto;

}

#tabela-transparencia th{
  width: auto;
  height: auto;

}


#tabela-transparencia tr{
  width: 100px;
  height: auto;

}



/* Trabalhe conosco */

#apply-area {
  height: 500px;
}

#apply-area .container-fluid, #apply-area .row {
  height: 100%;
}

#apply-area .apply-box {
  padding: 70px 50px;
  text-align: center;
}

#company-img {
  background-image: url('../img/empresa.jpg');
  background-size: cover;
  height: 100%;
}

#pattern-img h4, #pattern-img p {
  color: #FFF;
}

#pattern-img h4 {
  margin-top: 8%;
  margin-bottom: 20px;
  text-transform: uppercase;
}

#pattern-img p {
  margin-bottom: 20px;
}

#apply-btn {
  display: block;
  height: auto;
  width: 180px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  background-color: transparent;
  border-color: #FFF;
}

#apply-btn:hover {
  border-color: #c52d2d;
  background-color: #c52d2d;
}

/* Portfólio */

.project-box {
  margin-bottom: 30px;
}

#filter-btn-box {
  margin-bottom: 50px;
  text-align: center;
}

#portfolio-area .filter-btn {
  color: #444;
  border: 1px solid #444;
  background-color: transparent;
  text-transform: none;
  margin: 0 15px;
  min-width: 100px;
  width: auto;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
}

#portfolio-area .filter-btn.active, #portfolio-area .filter-btn:hover {
  color: #FFF;
  border: 1px solid #c52d2d;
  background-color: #c52d2d;
}

/* News Letter */

#news-area {
  text-align: center;
  background-color: #F9F9F9;
}

#news-area p {
  font-size: 18px;
  margin-bottom: 40px;
}

#email-input {
  border-radius: 0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border: 1px solid #c52d2d;
  display: inline;
  box-sizing: border-box;
  width: 40%;
  height: 40px;
}

#news-btn {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border: 1px solid #c52d2d;
  background-color: #c52d2d;
  color: #FFF;
  text-transform: uppercase;
  height: 40px;
  padding: 0 30px;
  margin-left: -130px;
  position: absolute;
  transition: .5s;
}

#news-btn:hover {
  background-color: #FFF;
  color: #c52d2d;
}

/* Call To Action */

#call-area {
  background-color: #c52d2d;
  text-transform: uppercase;
}

#call-area .container {
  padding: 40px 100px;
}

#call-area .row {
  display: block;
  text-align: center;
}

#call-area p {
  color: #FFF;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 0;
  height: 60px;
  line-height: 60px;
  letter-spacing: 2px;
  display: inline;
}

#call-area #call-btn {
  background-color: #FFF;
  color: #c52d2d;
  font-weight: bold;
  margin-left: 30px;
  font-size: 20px;
  width: auto;
  letter-spacing: 2px;
}

/* Formulário */

#about-list li {
  line-height: 30px;
  color: #00172f;
  font-weight: 500;
  font-size: 18px;
}

#about-list li:hover {
  color: #506ea3;
}

/* ATENDIMENTO  */
h5.atendimento{
  color: #2B4B83;
   text-align: justify; 
   margin-top: 20px;
  }



/* Footer */

#contact-area {
  text-align: center;
}

.contact-box {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #506ea3;
}

.contact-box i {
  color: #00172f;
  border: solid 1px #00172f;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  font-size: 24px;
  margin-bottom: 20px;
}

.contact-box p {
  font-size: 16px;
}

.contact-tile {
  font-weight: bold;
  color: #00172f;
}

#msg-box p {
  font-size: 22px;
}

#contact-form input[type="text"], #contact-form textarea {
  margin-bottom: 15px;
  border-radius: 0;
}

#contact-form .main-btn {
  width: 120px;
  height: 50px;
}

#contact-form .main-btn:hover {
  color: #c52d2d;
}

/* Copy */

#copy-area {
  background-color: #F1F1F1;
}

#copy-area .container {
  padding: 10px 0;
  text-align: center;
}

#copy-area .container p {
  margin-bottom: 0;
}

#copy-area .container a {
  font-weight: bold;
  color: #444;
}

#copy-area .container a:hover {
  text-decoration: none;
  color: #c52d2d;
}

/* responsive */
@media(max-width: 768px) {
  
  /* geral */
  .container {
    padding: 20px 0;
  }
  
  /* slider */
  #mainSlider .carousel-inner, #mainSlider .carousel-item {
    height: auto;
  }

  #mainSlider .carousel-caption h2 {
    font-size: 28px;
    margin-top: 2px;
    margin-bottom: 14px;
    
  }

  #mainSlider .carousel-caption p {
    font-size: 12px;
    margin-bottom: 20px;
  }

  .carousel-caption {
    left: 10%;
    right: 10%;
  }
  
  /* about */
  #about-area img {
    margin-top: 100px;
  }
  
  /* data */
  .circle-box div {
    padding: 0 10px;
  }

  #data-area p {
    font-size: 16px;
  }
  
  /* team */
  .card-title {
    font-size: 14px;
  }

  .card-text {
    font-size: 12px;
  }

  /* apply */
  #apply-area .apply-box {
    padding: 50px 25px;
  }

  /* news */
  #news-area p {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  #email-input {
    width: 70%;
  }

  #call-area {
    margin-top: 30px;
  }

  #call-area .container {
    padding: 30px;
  }

  #call-area p, #call-area #call-btn {
    font-size: 16px;
  }

}


@media(max-width: 425px) {

  /* slider */
  #mainSlider {
    margin-top: 90px;
  }

  #mainSlider .carousel-caption {
    top: 5%;
  }

  #mainSlider .carousel-caption h2 {
    font-size: 18px;
    margin-bottom: 40px;
  }

  #mainSlider .carousel-caption p {
    display: none;
  }

  .carousel-caption .main-btn {
    
    font-size: 14px;
  }

  /* about */
  /* .main-title {
    font-size: 100px;
    margin-left: 100px;
  } */

  #about-area img {
    margin-top: 0;
    margin-bottom: 30px;
  }

  /* data */
  .circle-box {
    width: 50%;
  }

  #team-area .col-md-3 {
    width: 50%;
    margin-bottom: 30px;
  }

  /* apply */
  #apply-area {
    height: auto;
  }

  #company-img {
    display: none;
  }

  /* filter */
  #portfolio-area .filter-btn {
    margin-bottom: 20px;
  }

  .project-box {
    width: 50%;
  }

  /* news */
  #news-area .main-title {
    font-size: 24px;
  }

  #news-area p {
    font-size: 16px;
  }

  #email-input {
    width: 80%;
  }

  #call-area p, #call-area #call-btn {
    font-size: 14px;
    letter-spacing: 0;
  }

  #call-area p, #call-area #call-btn {
    margin: 0;
    width: 50%;
  }

  /* contact */
  .contact-box {
    border: none;
    margin-bottom: 0;
  }

}